object EditDialog: TEditDialog Left = 143 Top = 167 Width = 187 Height = 150 Caption = 'EditDialog' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -10 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Scaled = False PixelsPerInch = 96 TextHeight = 10 object Label1: TLabel Left = 20 Top = 9 Width = 40 Height = 13 Caption = ' ' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False end object Edit1: TEdit Left = 15 Top = 51 Width = 146 Height = 18 TabOrder = 0 end object OKBtn: TButton Left = 15 Top = 83 Width = 70 Height = 24 Caption = 'OK' Default = True Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = '�l�r �S�V�b�N' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 1 OnClick = OKBtnClick end object CancelBtn: TButton Left = 91 Top = 83 Width = 70 Height = 24 Caption = 'Cancel' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 2 OnClick = CancelBtnClick end end